home *** CD-ROM | disk | FTP | other *** search
/ Total Animated Gifs / Total Animated Gifs.iso / Utilities / Graphics / picviewer / PicView / PicView.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Encoding:
Text File  |  1998-09-01  |  1.3 KB  |  67 lines

  1. object RegForm: TRegForm
  2.   Left = 202
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 113
  7.   ClientWidth = 553
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object InfoLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 540
  21.     Height = 33
  22.     AutoSize = False
  23.     Caption = 'Registered users, please enter your registration code.'
  24.     WordWrap = True
  25.   end
  26.   object RegCodeLabel: TLabel
  27.     Left = 8
  28.     Top = 55
  29.     Width = 86
  30.     Height = 13
  31.     Caption = 'Registration code:'
  32.   end
  33.   object CodeEdit: TEdit
  34.     Left = 104
  35.     Top = 51
  36.     Width = 445
  37.     Height = 22
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'Courier New'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.   end
  46.   object OKBtn: TButton
  47.     Left = 394
  48.     Top = 80
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 474
  58.     Top = 80
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66. end
  67.